home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / mui / muibuilder / history next >
Text File  |  1995-06-07  |  3KB  |  88 lines

  1. /*************************/
  2. /*     MUIBuilder 1.0    */
  3. /*************************/
  4.  
  5. First Release
  6.  
  7. /*************************/
  8. /*     MUIBuilder 1.1    */
  9. /*************************/
  10.  
  11. - generation source code errors corrected
  12. - 'Config' window modified:
  13.         possibility to chose the GetString function name
  14.         and the code generation module name
  15. - Added the automatic localization
  16. - possibility to create the catalog description file
  17. - the refreshes in the 'Window attributes' window work well now
  18. - No more Enforcer hits ( I hope !!! :-( ... I can't run Enforcer on my A1200 )
  19. - a few MUI2.0 features added ( RegisterGroup, and some attributes )
  20. - MUIBuilder scans the 'Modules' directory to see which languages are available
  21.   ( 'GenCodeXXXX' )
  22. - MUIBuilder is now translated in :
  23.         - Français ( catalog + documentation )
  24.         - Deutsch  ( catalog + documentation ) [ thanks to Christian Brandel ] 
  25.         - Czech    ( catalog )                 [ thanks to Michal Kara       ]
  26. - new generator for the C language
  27. - new generator for the E language ( by Lionel Vintenat )
  28. - a generator made for the Assembly language by Michal Kara
  29. - possibility to see the the result of your work at real time !
  30.  
  31. /*************************/
  32. /*     MUIBuilder 2.0    */
  33. /*************************/
  34.  
  35. This is a major release. A lot of new features appear, and most
  36. of the existing ones have changed.
  37.  
  38. - Hierarchic tree display
  39. - new objects supported
  40. - notifications support for every object
  41. - possibility to test the notifications directly from MUIBuilder
  42. - menu objects
  43. - function hooks
  44.  
  45. /*************************/
  46. /*     MUIBuilder 2.1    */
  47. /*************************/
  48.  
  49. bug fixes release.
  50.  
  51. - No more code generation problem
  52.         for E users : only the needed identifiers are generated !
  53.         some hooks were not correctly generated : fixed !
  54. - fixed the enforcer hit at code generation
  55. - no more problems when saving some hooks
  56. - register group : there were some problems if titles were not given
  57.   to all groups
  58. - the code generator is now running synchronously, so that we know when
  59.   it is finished.
  60. - Menu generation fixed
  61. - We added some images to show the GUI objects.
  62.  
  63. /*************************/
  64. /*     MUIBuilder 2.2    */
  65. /*************************/
  66.  
  67. bug fixes release.
  68.  
  69. - A bug appeared with the 2.1 release : sometimes, MB didn't generate
  70.   the function hooks definitions. fixed.
  71. - The small problems with code generation (buttons and lists) seems
  72.   to be solved.
  73. - fixed the slider notifications bug.
  74. - rewrote the guide generation
  75. - some attributes disappeared when saving a file. fixed !
  76. - improvement of the objects presentation window (add prefs)
  77. - the installer script now copies the images directory ! :)
  78. - The code generation is improved : all references to ungenerated
  79.   objects are supported.
  80. - There is an improved catalog genererator : it keeps all the strings
  81.   you add yourself directly in the text file.
  82. - The project icon is no more overwriten if it exists (so you'll keep
  83.   its position !)
  84. - some procedures of the muibuilder.library were rewritten : consequently,
  85.   the source generation is up to 15 times quicker than before.
  86. - Application Menus now appear during tests.
  87. - New Window attribute : NoMenus.
  88.